func net/netip.appendDecimal
6 uses
net/netip (current package)
netip.go#L819: func appendDecimal(b []byte, x uint8) []byte {
netip.go#L862: ret = appendDecimal(ret, ip.v4(0))
netip.go#L864: ret = appendDecimal(ret, ip.v4(1))
netip.go#L866: ret = appendDecimal(ret, ip.v4(2))
netip.go#L868: ret = appendDecimal(ret, ip.v4(3))
netip.go#L1486: b = appendDecimal(b, uint8(p.Bits()))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |